home *** CD-ROM | disk | FTP | other *** search
- /* Diffusion by an idea of Toffoli, in CAMRexx by THOR */
-
- MakeAlgorithm:
- PLANEALGORITHM margolus hvphases
- return
-
- MakePlane:
- if plane=0 then; do
- rand=(center_ ^ cw_ ^ ccw_ ^ opp_)
- if rand then SETPLANE cw
- else SETPLANE ccw
- end
- if plane=1 then; do
- new=(center_ & cw_) ^ opp_ ^ ccw_
- SETPLANE new
- end
- return
-
-